home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn RISC PD-CD 1
/
Acorn RISC PD-CD 1.iso
/
utilities
/
_customise
/
virtual
/
bits
/
gcc
/
makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-07-06
|
243 b
|
12 lines
CC=gcc
CFL=-O2 -c
LIB=<UnixLib$Dir>.clib.o.unixlibmu <Libg++$Dir>.iostream.o.libio
hellow: o.hellow
mulink -+ -F -a32768 -ohellow -C o.hellow $(LIB)
settype hellow absolute
hellow.o: cc.hellow
$(CC) $(CFL) hellow.cc